'Declaration Public Overloads Function AddMatrix( _ ByVal cellsValue(,) As System.Nullable(Of Integer) _ ) As OMathMatrix
public OMathMatrix AddMatrix( System.Nullable<int>[,] cellsValue )
Parameters
- cellsValue
- The structure cells value array.
Return Value
The added OMathMatrix instance.